home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol205 / srtcpy.arc / SRTCPY.DOC < prev   
Encoding:
Text File  |  1984-12-17  |  1.2 KB  |  35 lines

  1.             DOSCOPY.EXE
  2.  
  3. DOSCOPY is an "anything to MS-DOS" converter program.  It will strip the
  4. eighth bit off characters; expand tabs to spaces; remove all control codes
  5. except carriage returns, linefeeds, and formfeeds; and, if necessary, will
  6. add carriage returns or linefeeds to the file.
  7.  
  8. For example, to convert a WordStar file to standard MS-DOS format:
  9.  
  10.         DOSCOPY myfile.txt
  11.  
  12.         Converting file...please wait
  13.  
  14.         File conversion completed.
  15.  
  16. DOSCOPY will create a new file with a ".DOS" extension (in this case,
  17. "myfile.dos").
  18.  
  19.             SORTDIR.EXE
  20.  
  21. SORTDIR does a physical sort of your disk directory.  It will perform
  22. either a disk-based sort (for the root directory) or a file sort (for
  23. subdirectories).  It requires DOS 2.0 or above to run, and should
  24. handle non-standard media ok.
  25.  
  26. SORTDIR will sort system files first, then hidden files, then the volume
  27. name, then any subdirectory names, and finally the normal files, all in
  28. straight ASCII sequence order.
  29.  
  30. To run, just type SORTDIR at the DOS prompt.  There are no options;
  31. SORTDIR will only sort your current directory.
  32.     Note this program is designed for diskette directories; operation
  33. on hard disk subdirectories not known to work.
  34.  
  35.